home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / submenu / 00327.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  306 b   |  17 lines

  1. on mouseUp
  2.   global NextMovie
  3.   set NextMovie to "juicebar"
  4.   sound stop 1
  5.   sound stop 2
  6.   puppetSound(0)
  7.   set mmm to "CLICK" & random(5)
  8.   puppetSound(mmm)
  9.   updateStage()
  10.   if the soundBusy of 1 then
  11.     repeat while the soundBusy of 1
  12.     end repeat
  13.     puppetSound(0)
  14.   end if
  15.   go(1, NextMovie)
  16. end
  17.